home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
mac
/
GUIDECON.DIR
/
00014_Script_sc bird
< prev
next >
Wrap
Text File
|
1996-02-29
|
974b
|
27 lines
on mouseDown
-- button is hardwired for speed & to eliminate ambiguous behavior
global gsGuideChannel
set the castNum of sprite 7 to the number of cast "BIRD1"
updateStage
puppetSprite gsGuideChannel, FALSE -- clear the old button
put 7 into gsGuideChannel
end
on mouseUp
-- button is hardwired for speed & to eliminate ambiguous behavior
global IndexLine, subjectLine, giWhichSubject, gbTOC
global gsFrameName -- frame label of subject used to go get GUIDEART.DIR
set the castNum of sprite 7 to the number of cast "BIRD2" -- hardwired to 7
updateStage
put "bird1" into gsFrameName -- entry point upon return from GUIDEART.DIR
go to "bird1"
put 2 into giWhichSubject -- hardwired to 2
set gbTOC = FALSE
set IndexLine = 0 -- resets index to start from beginning
set subjectLine = 1 -- sets subject
GetSubjectList giWhichSubject
end